home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-302 proto gen c & cpp genera / 1.ima / PRIOR.DLG < prev    next >
Text File  |  1995-08-12  |  1KB  |  20 lines

  1.  
  2. Prior DIALOG LOADONCALL MOVEABLE DISCARDABLE 8, 15, 296, 158
  3. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
  4. CAPTION "Employee Prior Address Information Screen"
  5. BEGIN
  6.  /* PriorViewProc, ,  */
  7.      CONTROL "&Employee Name:", 511, "Static", WS_CHILD | SS_RIGHT, 18, 16, 64, 12  /*  ,  */
  8.      CONTROL "&Prior Street Address:", 512, "Static", WS_CHILD | SS_RIGHT, 2, 48, 68, 15  /*  ,  */
  9.      CONTROL "&City:", 503, "Static", WS_CHILD | SS_RIGHT, 50, 70, 18, 11  /*  ,  */
  10.      CONTROL "&State:", 504, "Static", WS_CHILD | SS_RIGHT, 148, 70, 25, 10  /*  ,  */
  11.      CONTROL "&Zipcode:", 505, "Static", WS_CHILD | SS_RIGHT, 203, 70, 32, 12  /*  ,  */
  12.      CONTROL "", 506, "Edit", WS_CHILD | WS_BORDER, 86, 14, 164, 12  /*  ,  */
  13.      CONTROL "", 507, "Edit", WS_CHILD | WS_BORDER, 72, 46, 216, 12  /*  ,  */
  14.      CONTROL "", 508, "Edit", WS_CHILD | WS_BORDER, 72, 68, 68, 12  /*  ,  */
  15.      CONTROL "", 509, "Edit", WS_CHILD | WS_BORDER, 176, 68, 20, 12  /*  ,  */
  16.      CONTROL "", 510, "Edit", WS_CHILD | WS_BORDER, 238, 68, 36, 12  /*  ,  */
  17.      CONTROL "&Enter", IDOK, "Button", WS_CHILD | BS_DEFPUSHBUTTON, 62, 104, 63, 19  /*  ,  */
  18.      CONTROL "&Previous Screen", IDCANCEL, "Button", WS_CHILD | BS_PUSHBUTTON, 164, 104, 62, 20  /*  ,  */
  19. END
  20.